CryptoPro JCP.
Public API.

ru.CryptoPro.JCP.Random
Class RandomRefuseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ru.CryptoPro.JCP.Random.RandomRefuseException
All Implemented Interfaces:
java.io.Serializable

public class RandomRefuseException
extends java.lang.RuntimeException

RandomRefuseException may be thrown in case of CertifiedRandom refusal.

See Also:
Serialized Form
Version:2.0
Inspection removed:
ClassNamePrefixedWithPackageName

Constructor Summary
RandomRefuseException()
          Constructs a new exception without detail message.
RandomRefuseException(java.lang.String message)
          Constructs a new exception with the specified detail message.
RandomRefuseException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomRefuseException

public RandomRefuseException()
Constructs a new exception without detail message.


RandomRefuseException

public RandomRefuseException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

RandomRefuseException

public RandomRefuseException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - - the detail message.
cause - - the cause.

Copyright Crypto-Pro.
All rights reserved.